home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disney Interactive Software Sampler 1998 to 1999
/
DISNEY99.ISO
/
Install
/
data1.cab
/
Program_Executable_Files
/
Play Disney 1999 Sampler.exe
/
Play Disney 1999 Sampler.dxr
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-11-18
|
430 b
|
22 lines
global myCD
on startMovie
set myCD to cHECKdRIVE("E1.txt")
cursor(200)
end
on cHECKdRIVE weirdfile
repeat with i = 66 to 90
set drive to numToChar(i)
set thisPath to string(drive & ":\licence\" & weirdfile)
set myFile to new(xtra("fileIO"))
openFile(myFile, thisPath, 1)
if status(myFile) = 0 then
set myFile to 0
return drive & ":"
exit
end if
end repeat
set myFile to 0
end